home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / asiutils / asi-fd3.dms / asi-fd3.adf / SKick_Documents / AllocKick.doc next >
Text File  |  1994-12-17  |  2KB  |  38 lines

  1.  
  2.          AllocKick - Allocate memory occupied by the kickstart image
  3.          ===========================================================
  4.                                (C) SinSoft 1993
  5.                                ================
  6.  
  7. NOTE:   Beginning  with  V3.40  of  SKick,  users may add their non-autoconfig
  8. memory  boards  using  the  new  SKick  feature,  ADDMEM.  Usefullness of this
  9. program  is lowered by this change.  Please read the full SKick doc how to use
  10. the ADDMEM option!
  11.  
  12.  
  13. This  very little utility was written to help SKick users with non- autoconfig
  14. memory  boards.   With these, SKick should be used with FORCE option to ensure
  15. loading onto memory unknown to the system and to avoid automatic allocation of
  16. the kickstart image, which is unusable in such a case.  This causes the effect
  17. of the kickstart image being unprotected and easily overwritten by any program
  18. requiring a lot of memory.
  19.  
  20. Recommended usage of the program is as follows:
  21.  
  22. In Your startup-sequence, put the following commands in the following order: 
  23.  
  24. SKick .... FORCE
  25. AddMem ....
  26. AllocKick
  27. ...
  28.  
  29. These  three  commands should be at the top of the startup-sequence before any
  30. other commands (SetPatch etc).
  31.  
  32. AllocKick  does  not  require  any  parameters and doesn't print any messages.
  33. After  successful  allocating,  return  code  is set to 0.  When unsuccessful,
  34. AllocKick returns 5.
  35.  
  36. Users  with  standard  Zorro-II or Zorro-III autoconfig boards don't need this
  37. program because the memory allocation should be done by SKick automatically.
  38.